From: Alex Williamson Date: Tue, 28 Aug 2007 18:24:27 +0000 (-0600) Subject: [IA64] Fix parallel build; directory must exist before making symlink X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15002 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=4634c6b2d5614c6aec0bfe8fdca229e6029e4d79;p=xen.git [IA64] Fix parallel build; directory must exist before making symlink Signed-off-by: Aron Griffis --- diff --git a/tools/libxc/ia64/Makefile b/tools/libxc/ia64/Makefile index fd361045e2..8a23024b24 100644 --- a/tools/libxc/ia64/Makefile +++ b/tools/libxc/ia64/Makefile @@ -43,7 +43,7 @@ mk-symlinks-acpi: $(IA64_HDR_DIRS) $(IA64_EMPTY_FILES) $(DOMFW_ASM_HDRS) ( cd ia64/acpi/platform && ln -sf ../../../$(XEN_ROOT)/xen/include/acpi/platform/*.h .) ( cd ia64/acpi/platform/ && ln -sf ../../aclinux.h .) ( cd ia64/xen && ln -sf ../../$(XEN_ROOT)/xen/include/xen/acpi.h .) -mk-symlinks-misc: +mk-symlinks-misc: $(IA64_HDR_DIRS) ( cd ia64/asm && ln -sf ../../$(XEN_ROOT)/xen/include/asm-ia64/linux-xen/asm/kregs.h .) build: mk-symlinks-acpi mk-symlinks-misc